/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: -moz-scrollbars-none;
}
::-webkit-scrollbar {
  width: 0px;
}
body {
  margin: 0;
}
header,
section {
  display: block;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
button,
input,
select {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Frutiger Next LT W06 Light', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.9;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #274673;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #14233a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}

h1,
h2,
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 21px;
}
ul {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul {
  margin-bottom: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.col-md-3, .col-sm-6, .col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-top: 50px;
}
.col-lg-6{
	position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-top: 20px;
}
@media (min-width: 768px) {
  .col-sm-6 {
    float: left;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .col-md-3, .col-md-6, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-3 {
    width: 25%;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
 input{
border:none;
-webkit-appearance:none;/*去除阴影边框*/
outline: none;
-webkit-tap-highlight-color:rgba(0,0,0,0);/*点击高亮的颜色*/
	 padding-left: 10px;
}
 input:focus{
       outline: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 1.9;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;

  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-group {
  margin-bottom: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 1.9;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #274673;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn-default {
  color: #274673;
  background-color: transparent;
  border-color: #274673;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  color: #274673;
  background-color: rgba(0, 0, 0, 0);
  border-color: #182a45;
}
.btn-default:active {
  background-image: none;
}
.btn-primary {
  color: #ffffff;
  background-color: #274673;
  border-color: #274673;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #ffffff;
  background-color: #1a2f4d;
  border-color: #182a45;
}
.btn-primary:active {
  background-image: none;
}
.btn-lg {
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.panel {
  margin-bottom: 26px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 0px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after,
.nav:after {
  clear: both;
}
.hide {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
/*footer*/
.footer {
    width: 100%;
}
.footbox {
    padding: 30px 0;
    background-color: rgb(40,40,40);
}
.footer-titlebox {
    margin-bottom: 1.5rem;
}
.footer-title {
    font-size: 16px;
    color: #fffefe;
}
.footer-title-bottom {
    width: 30px;
    height: 2px;
    background-color: #034299;
}
.column-1 {
    margin-right: 4rem;
    border-right: 1px solid #333;
}
.column-2 {
    padding-left: 2rem;
}
.column-3 {
    padding-left: 7rem;
    border-left: 1px solid #333;
    min-height: 198px;
}
.websitebox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 143px;
    margin-bottom: 0;
	padding-left: 0;
}
.websitebox li {
    flex: 0 0 40%;
    margin-bottom: 21px;
	list-style: none;
}
.websitebox li:last-child {
    margin-bottom: 0;
}
.websitebox li > a {
    color: #959595;
    text-decoration: none;
}
.footer-aboutus-info p.company-name {
    font-size: 16px;
    color: #fefefe;
}
.qd-code-box {
}
.qd-code-text {
    font-size: 12px;
    color: #959595;
    text-align: center;
    margin-top: 12px;
	width: 104px;
}
.footer-aboutus-info p {
    color: #959595;
    word-break: break-all;
}
.footer-aboutus-info p a {
    color: #959595;
    cursor: pointer;
    text-decoration: none;
}
.copyrightbox {
    background-color: rgb(16,16,16);
}
.copyrightbox p,.copyrightbox a {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #6d6d6d;
}
.footbox .container > .row {
    margin: 0;
}
.copyrightbox .row {
    margin: 0;
}
.footer-tabs {
    background-color: #000;
}
.tabs-box {
    margin: 0;
}
.tabs-box [class*=col-] {
    padding: 0;
    border-right: 1px solid rgb(48,48,48);
}
.tabs-box [class*=col-]:last-child {
    border-right: none;
}
.tabbox {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: .8rem 0;
}
.tabbox a {
    color: #fff;
    font-weight: bold;
}
@media (min-width:992px) {
  .hidden-lg {
    display: none !important
  }
}